| Index Entry | Section |
|
B | | |
| backslash (\\ ) | 3.6.1.1 Strings |
| backspace (\b ) | 3.6.1.1 Strings |
| balign directive | 7.5 .balign[wl] abs-expr, abs-expr, abs-expr |
| balignl directive | 7.5 .balign[wl] abs-expr, abs-expr, abs-expr |
| balignw directive | 7.5 .balign[wl] abs-expr, abs-expr, abs-expr |
| big-endian output, MIPS | 8.1 Assembler options |
| bignums | 3.6.2.2 Bignums |
| binary integers | 3.6.2.1 Integers |
| bss section | 4.2 Linker Sections |
| bss section | 4.5 bss Section |
| bug criteria | 9.1 Have you found a bug? |
| bug reports | 9.2 How to report bugs |
| bugs in assembler | 9. Reporting Bugs |
| byte directive | 7.6 .byte expressions |
|
C | | |
| carriage return (\r ) | 3.6.1.1 Strings |
| character constants | 3.6.1 Character Constants |
| character escape codes | 3.6.1.1 Strings |
| character, single | 3.6.1.2 Characters |
| characters used in symbols | 3.4 Symbols |
| COMDAT | 7.37 .linkonce [type] |
| comm directive | 7.7 .comm symbol , length [, align] |
| command line conventions | 1.4 Command Line |
| comments | 3.3 Comments |
| comments, removed by preprocessor | 3.1 Preprocessing |
| common sections | 7.37 .linkonce [type] |
| common variable storage | 4.5 bss Section |
| conditional assembly | 7.29 .if absolute expression |
| constant, single character | 3.6.1.2 Characters |
| constants | 3.6 Constants |
| constants, bignum | 3.6.2.2 Bignums |
| constants, character | 3.6.1 Character Constants |
| constants, converted by preprocessor | 3.1 Preprocessing |
| constants, floating point | 3.6.2.3 Flonums |
| constants, integer | 3.6.2.1 Integers |
| constants, number | 3.6.2 Number Constants |
| constants, string | 3.6.1.1 Strings |
| crash of assembler | 9.1 Have you found a bug? |
| current address | 5.4 The Special Dot Symbol |
| current address, advancing | 7.45 .org new-lc , fill |
|
D | | |
| data and text sections, joining | 2.10 Join Data and Text Sections: -R |
| data directive | 7.8 .data subsection |
| debuggers, and symbol order | 5. Symbols |
| decimal integers | 3.6.2.1 Integers |
| dependency tracking | 2.8 Dependency tracking: --MD |
| deprecated directives | 7.73 Deprecated Directives |
| directives and instructions | 3.5 Statements |
| directives, machine independent | 7. Assembler Directives |
| dot (symbol) | 5.4 The Special Dot Symbol |
| double directive | 7.9 .double flonums |
| doublequote (\" ) | 3.6.1.1 Strings |
|
E | | |
| ECOFF sections, MIPS | 8.2 MIPS object code |
| eight-byte integer | 7.53 .quad bignums |
| eject directive | 7.10 .eject |
| ELF sections, MIPS | 8.2 MIPS object code |
| else directive | 7.11 .else |
| elseif directive | 7.12 .elseif |
| empty expressions | 6.1 Empty Expressions |
| end directive | 7.13 .end |
| endfunc directive | 7.14 .endfunc |
| endianness, MIPS | 8.1 Assembler options |
| endif directive | 7.15 .endif |
| endm directive | 7.42 .macro |
| EOF, newline must precede | 3.5 Statements |
| equ directive | 7.16 .equ symbol, expression |
| equiv directive | 7.17 .equiv symbol, expression |
| err directive | 7.18 .err |
| error messsages | 1.7 Error and Warning Messages |
| error on valid input | 9.1 Have you found a bug? |
| errors, continuing after | 2.16 Generate Object File in Spite of Errors: -Z |
| escape codes, character | 3.6.1.1 Strings |
| exitm directive | 7.42 .macro |
| expr (internal section) | 4.3 Assembler Internal Sections |
| expression arguments | 6.2.1 Arguments |
| expressions | 6. Expressions |
| expressions, empty | 6.1 Empty Expressions |
| expressions, integer | 6.2 Integer Expressions |
| extern directive | 7.20 .extern |
|
F | | |
| fail directive | 7.21 .fail expression |
| faster processing (-f ) | 2.3 Work Faster: -f |
| fatal signal | 9.1 Have you found a bug? |
| fatal warnings | 2.15 Make Warnings Fatal: -X , --fatal-warnings |
| file directive | 7.22 .file string |
| file name, logical | 7.22 .file string |
| files, including | 7.30 .include "file" |
| files, input | 1.5 Input Files |
| fill directive | 7.23 .fill repeat , size , value |
| filling memory | 7.62 .skip size , fill |
| filling memory | 7.63 .space size , fill |
| float directive | 7.24 .float flonums |
| floating point numbers | 3.6.2.3 Flonums |
| floating point numbers (double) | 7.9 .double flonums |
| floating point numbers (single) | 7.24 .float flonums |
| floating point numbers (single) | 7.59 .single flonums |
| flonums | 3.6.2.3 Flonums |
| format of error messages | 1.7 Error and Warning Messages |
| format of warning messages | 1.7 Error and Warning Messages |
| formfeed (\f ) | 3.6.1.1 Strings |
| func directive | 7.25 .func name[,label] |
| functions, in expressions | 6.2.2 Operators |
|
G | | |
| global directive | 7.26 .global symbol , .globl symbol |
| gp register, MIPS | 8.2 MIPS object code |
| gp-relative data, MIPS | 8.1 Assembler options |
| grouping data | 4.4 Sub-Sections |
|